home *** CD-ROM | disk | FTP | other *** search
/ Mac Mania 6 / MacMania 6.toast / / Tools&Utilities / EnterAct Stuff / Drag_on Modules / hAWK programs / hAWKTempProgram < prev    next >
Text File  |  1992-12-13  |  133b  |  10 lines

  1.     {
  2.     totSize += $2
  3.     }
  4.  
  5. END {
  6.     print FNR, totSize, totMem, "51928"
  7.     print "Average ratio of memory to file size:", 51928 / totSize
  8.     }
  9.  
  10.